html,body{margin:0;padding:0;height:100%;width:100%;font-family:'Inter',sans-serif;color:#FFF;background:#111;overflow:hidden}body{display:flex;flex-direction:column;background:radial-gradient(ellipse at center,#2c2c2c 0,#111 100%)}header{position:absolute;top:24px;left:24px;z-index:10}header img{max-height:40px;width:auto}main{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;text-align:center;padding:24px}h1{font-weight:700;font-size:clamp(2rem,5vw,3.5rem);line-height:1.2;margin:0 0 16px;max-width:800px}p{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;max-width:600px;margin:0 0 32px;color:#ccc}.cta{display:inline-block;background-color:#E53935;color:#FFF;border-radius:16px;padding:16px 24px;font-weight:700;text-decoration:none;transition:background-color .2s ease,transform .2s ease;box-shadow:0 4px 20px rgba(229,57,53,0.4);font-size:clamp(1rem,2.5vw,1.1rem)}.cta:hover,.cta:focus{background-color:#B71C1C;transform:translateY(-2px);outline:none}#cookie-banner{position:fixed;bottom:-100%;left:0;right:0;background:rgba(0,0,0,0.9);color:#FFF;padding:16px;display:flex;justify-content:space-between;align-items:center;transition:bottom .3s ease-in-out;font-size:14px;z-index:1000;box-sizing:border-box}#cookie-banner p{margin:0 16px 0 0;color:#eee;font-size:clamp(0.8rem,2vw,0.9rem)}#cookie-banner button{background:#E53935;color:#FFF;border:none;border-radius:8px;padding:10px 16px;cursor:pointer;font-weight:700;flex-shrink:0}#cookie-banner button:hover{background:#B71C1C}@media(max-width:600px){#cookie-banner{flex-direction:column;text-align:center}#cookie-banner p{margin:0 0 12px}main{padding:16px}header{top:16px;left:16px}header img{max-height:30px}}